@charset "utf-8";

* {
	font-family: Microsoft YaHei;
}

a:hover {
	text-decoration: none !important;
}


/* CSS Document */
.img-frame{
	width: 100%;
    height: 100%;
    overflow: hidden;
}


.hide-custom {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	height: 0;
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	zoom: 1;
}

#loaderPage {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: url(../images/loader.gif) center no-repeat #fff;
}

#sitecontent {
	position: relative;
	height: 100%;
	z-index: 1;
	transition: all .5s ease;
	background: #fff;
}

.open {
	overflow: hidden;
}

body.open #sitecontent {
	transform: translate3d(-260px, 0, 0);
	-webkit-transform: translate3d(-260px, 0, 0);
	transition: all .5s ease;
}



.header {
	width: 100%;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0);
	background: rgba(255, 255, 255, 1);
	transition: all .5s ease;
}

.header-content {
	/*padding: 20px 0; */width:1200px; margin:0 auto;
	position: relative;
	transition: all .5s ease;
}


.header .logo {
	padding: 5px 0 5px 60px;
	transition: all .5s ease;
}

.header .logo a {
	display: inline-block;
}

.header .logo img {
	vertical-align: middle;
	height: 75px;
	width: auto;
}

.nav .first {
	margin-bottom: 0;
}

.nav .first>li {
	float: left;
	padding: 20px 25px 20px 25px;
	line-height: 45px;
	position: relative;
	transition: all .5s ease;
}



.nav .first a {
	color: #666666;
}

.nav .first>li>a {
	font-size: 16px;
}

.nav .first .on {
	color: #F08619;
}

.nav .first img {
	width: 30px;
	height: 30px;
}

.nav .img-qq {
	padding-right: 20px !important;
}

.nav .img-phone {
	padding-right: 60px !important;
}

.nav-second {
	position: absolute;
	top: 86px;
	left: -20%;
	width: 140%;
	text-align: left;
	background: #f9f9f9;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	border-top: 1px solid #f1f1f1;
	padding:0 0px;
}

.nav-second li {
	line-height: 35px;
	text-align: center;
	float: left;
	width:100%;
	display: inline-block;
}
.nav-second li:hover{
	background: #F08619;
	color: #fff;
}
.nav-second li:hover a,.nav-second li:hover a:hover{
	color: #fff;
}
/*
.first li:nth-of-type(2) .nav-second{
	padding-right: 195px;
}
.first li:nth-of-type(3) .nav-second{
	padding-right: 327px;
}
*/
.nav-second a {
	font-size: 14px;
}

.min .header {
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
	transition: all .5s ease;
}
.min .header-content{

}
.min .header-content .first > li{
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all .5s ease;
}
.min .header-content .logo{
	padding: 10px 0 10px 60px;
	transition: all .5s ease;
}
.header-content .first .nav-blank{
	border-top: 1px solid #eee;
}
.opacity{
	opacity: 0;
	transition: all .5s ease;
}
.header-content .first > li:hover .nav-second{
	opacity: 1;
	transition: all .5s ease;
	visibility: visible;
}
.header-content .first a:hover{
	color: #F08619;
	transition: all .5s ease;
}


.header-phone {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	padding: 20px 0;
	background: #FFFFFF;
}

.header-phone-menu {
	position: absolute;
	top: 28px;
	right: 20px;
}

.header-phone .phone-logo{text-align: left;padding-left: 20px;}
.header-phone .phone-logo img {
	width: auto;
}

.header-phone .menu {
	color: #666666;
	font-size: 28px;
	padding-left: 15px;
}

.header-phone-openlc {
	width: 45px;
}

.header-phone-lcbody {
	position: relative;
	width: 45px;
	height: 45px;
}

.header-phone-lcbody .rect {
	position: absolute;
	left: 0;
	top: 20px;
	background: url(../images/menu.png);
	width: 45px;
	height: 1px;
	z-index: 2;
	transition: all .4s ease;
	background: #666;
}

.header-phone-lcbody .top {
	transform: translate3d(0px, -9px, 0px);
}

.header-phone-lcbody .middle {
	transform: translate3d(0px, 0px, 0px);
}

.header-phone-lcbody .bottom {
	transform: translate3d(0px, 9px, 0px);
}

.phone-menu-on .header-phone-lcbody .top {
	transform: rotate(45deg);
}

.phone-menu-on .header-phone-lcbody .middle {
	opacity: 0;
	transition: all .2s ease;
	float: right;
}

.phone-menu-on .header-phone-lcbody .bottom {
	transform: rotate(-45deg);
}

.phone-menu-on .rect {
	transition: all .4s ease;
}


/*手机导航   最低层*/

.header-phone-bottom {
	width: 260px;
	height: 100%;
	background: #fafafa;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

.header-phone-bottom a {
	font-size: 14px;
	color: #666;
}

.header-phone-bottom .first>li {
	border-top: 1px solid #EBEBEB;
}

.header-phone-bottom .first>li>a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
}

.header-phone-bottom .first .lower-btn {
	display: inline-block;
	width: 12px;
	position: relative;
	float: right;
	top: 20px;
}

.header-phone-bottom .first .lower-btn span {
	display: inline-block;
	background: #474747;
	width: 12px;
	height: 2px;
	position: absolute;
	top: 0;
	right: 0;
	transition: all .5s ease;
}

.header-phone-bottom .first .lower-btn .vertical {
	transform: rotate(90deg);
}

.header-phone-bottom .circle {
	display: inline-block;
	margin-right: 15px;
	border: #D8D8D8 1px solid;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background-color: transparent;
	transition: all .5s ease;
}

.header-phone-bottom .first .on {
	background: #333;
	color: #fff;
}

.header-phone-bottom .first .on .circle {
	background: #FFf;
}

.header-phone-bottom .lower li {
	width: 100%;
	height: 40px;
	background: #fff;
	border-top: 1px solid #F08619;
	line-height: 40px;
}

.header-phone-bottom .lower a {
	color: #333;
	width: 100%;
	padding-left: 55px;
}

.header-phone-bottom .lower .circle {
	background: #999;
	transition: all .5s ease;
}

.header-phone-bottom .active {
	background: #333;
	color: #fff;
	transition: all .5s ease;
}

.header-phone-bottom .active>a {
	color: #fff;
}

.header-phone-bottom .active .circle {
	background: #FFf;
}

.header-phone-bottom .active .lower-btn span {
	background: #fff;
	transition: all .5s ease;
}

.header-phone-bottom .active .vertical {
	transform: rotate(0) !important;
	transition: all .5s ease;
}


.June-case .container{
	width:1320px;
}




.footer {
	background: #333333;
	padding: 20px 0 40px 0;
}

.footer-left {
	width: 50%;
}

.footer-left .item {
	width: 20%;
	float: left;
}

.footer-left .item ul {
	padding-left: 20%;
}

.footer-left .item li:first-child {
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 14px;
	border-bottom: 1px solid #585858;
	margin-bottom: 15px;
}
.footer-left .item li{
	text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.footer-left .item li a {
	font-size: 12px;
	color: #bebebe;
	height: 30px;
	line-height: 30px;
	text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.footer-right {
	padding-right: 60px;
	box-sizing: border-box;
	width: 50%;
	display: inline-block;
}

.footer-right .link {
	width: 100%;
	text-align: right;
}

.footer-right .link a {
	padding-left: 20px;
	box-sizing: border-box;
	max-width: 20%;
	display: inline-block;
}

.footer-right .link img {
	width: 100%;
	display: inline-block;
}

.footer-right .support,
.footer-right .statistics {
	color: #FFFFFF;
	font-size: 12px;
	text-align: right;
}

.footer-right .support {
	padding-top: 28px;
}

.footer-right .support span:first-child {}

.footer-right .statistics {
	padding-top: 15px;
}



#fixed_weixin{ position: fixed; top: 0; left: 0; z-index: 9999; z-index: 100; display: none; overflow-y: auto; width: 100%; height: 100%; background: #000; background: rgba(0,0,0,.6);}
#fixed_weixin .fixed-container {position: absolute;top: 50%;left: 50%;margin-top: -165px;margin-left: -180px;padding: 20px 20px 0;width: 360px;height: auto;background: #fff;}
#fixed_weixin .fixed-container div {height: 300px;text-align: center;}
#fixed_weixin .fixed-container p { height: 40px; color: #000; text-align: center; font-size: 14px; line-height: 40px }
#fixed_weixin img{width: 300px;height: 300px;}

#shares { position: fixed; right: 40px; bottom: 160px; z-index: 99;border:1px solid #e2e2e2; }
#shares a { position: relative; display: block; width: 55px; height: 55px; text-align: center;border-bottom:1px solid #e2e2e2; }
#shares a, #shares a i { color: #fff; transition: all .3s ease-out 0s }
#sweibo-two{background: #fff url(../images/wb1.png) no-repeat center center;}
#shares #sweibo{background: #fff url(../images/tel.png) no-repeat center center;}
#shares #sweixin{background: #fff url(../images/wx1.png) no-repeat center center;}
#shares #gotop{background: #fff url(../images/top.png) no-repeat center center;display: none;}
#shares #sinfo{background: #fff url(../images/info1.png) no-repeat center center;}

#sweibo-tel{position: absolute;top: -1px;right: 100%;font-size: 16px;height: 55px;line-height: 55px;width: 0px;background: #fff;border: 1px solid #e2e2e2;color: #6ac334;visibility: hidden;overflow: hidden;transition: all .5s ease;
    text-overflow: ellipsis;}
#sweibo:hover #sweibo-tel{width: 150px;visibility: visible;transition: all .5s ease;}
